Changed prototype to allow for getting the location of the cell relative
authorJonathan Blandford <jrb@redhat.com>
Thu, 15 Mar 2001 23:21:39 +0000 (23:21 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Thu, 15 Mar 2001 23:21:39 +0000 (23:21 +0000)
commite4d1660042a437b041422ac442ee4845fbf7e6b6
tree10b09bc64b280eb911725d9060d0e721419b961d
parent872efdd9a527e472e5f2724138344fdef3839df4
Changed prototype to allow for getting the location of the cell relative

Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtkcellrenderer.h: Changed prototype to allow for getting
the location of the cell relative to its area.
* gtk/gtkcell*: modified for above change
* gtk/gtktreeview.c: modified for above change.

Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
 (gtk_tree_view_finalize): actually unref the model.  Thanks to
Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
21 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcellrenderer.c
gtk/gtkcellrenderer.h
gtk/gtkcellrendererpixbuf.c
gtk/gtkcellrenderertext.c
gtk/gtkcellrenderertextpixbuf.c
gtk/gtkcellrenderertoggle.c
gtk/gtkstyle.c
gtk/gtktreemodel.h
gtk/gtktreeview.c
gtk/gtktreeviewcolumn.c
gtk/gtktreeviewcolumn.h
gtk/testdnd.c
tests/testdnd.c
tests/testtreefocus.c